home *** CD-ROM | disk | FTP | other *** search
/ Hometime: Weekend Home Projects / Hometime: Weekend Home Projects.iso / lingo.ini < prev    next >
Text File  |  1994-08-22  |  420b  |  15 lines

  1. -- This is the text file LINGO.INI.  It is designed
  2. -- to tell Director Player for Windows what XObjects or
  3. -- DLLs should be loaded when starting HOMETIME.EXE.
  4.  
  5. -- The two DLLs or XObjects loaded are:
  6. -- FILEIO.DLL, for file input and output
  7. -- DPWQTW.DLL, for use with QuickTime for Windows (MOV) files
  8.  
  9.  
  10. on startup
  11.     set the centerStage to TRUE
  12.     openxlib "fileio"
  13.     openxlib "dpwqtw"
  14. end startup
  15.